home *** CD-ROM | disk | FTP | other *** search
/ CD Classic 39 / CD CLASSIC #39 (1998).iso / EMPRESA / visio / Vistdstd / Install / Data.Z / Userform2.FRM < prev    next >
Text File  |  1997-06-25  |  2KB  |  48 lines

  1. VERSION 4.00
  2. Begin VB.Form UserForm2 
  3.    Caption         =   "Developing Visio Solutions"
  4.    ClientHeight    =   3180
  5.    ClientLeft      =   5715
  6.    ClientTop       =   4965
  7.    ClientWidth     =   6120
  8.    Height          =   3585
  9.    Left            =   5655
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   3180
  12.    ScaleWidth      =   6120
  13.    Top             =   4620
  14.    Width           =   6240
  15.    Begin VB.CommandButton Command1 
  16.       Caption         =   "Done"
  17.       Default         =   -1  'True
  18.       Height          =   495
  19.       Left            =   2280
  20.       TabIndex        =   1
  21.       Top             =   2520
  22.       Width           =   1455
  23.    End
  24.    Begin VB.ListBox ListBox1 
  25.       Height          =   2205
  26.       Left            =   120
  27.       TabIndex        =   0
  28.       Top             =   120
  29.       Width           =   5775
  30.    End
  31. End
  32. Attribute VB_Name = "UserForm2"
  33. Attribute VB_Creatable = False
  34. Attribute VB_Exposed = False
  35. ' -----------------------------------------------------------------------------
  36. ' Copyright (C) 1997 Visio Corporation. All rights reserved.
  37. '
  38. ' You have a royalty-free right to use, modify, reproduce and distribute
  39. ' the Sample Application Files (and/or any modified version) in any way
  40. ' you find useful, provided that you agree that Visio has no warranty,
  41. ' obligations or liability for any Sample Application Files.
  42. ' -----------------------------------------------------------------------------
  43. Private Sub Command1_Click()
  44.     Unload Me
  45. End Sub
  46.  
  47.  
  48.